Skip to content

bugfix(gui): Prevent use-after-free crashes in WOLWelcomeMenu during shutdown#486

Merged
x64-dev merged 1 commit intomainfrom
seer/fix/gui-wol-welcome-menu-shutdown-crash
May 7, 2026
Merged

bugfix(gui): Prevent use-after-free crashes in WOLWelcomeMenu during shutdown#486
x64-dev merged 1 commit intomainfrom
seer/fix/gui-wol-welcome-menu-shutdown-crash

Conversation

@seer-by-sentry
Copy link
Copy Markdown

@seer-by-sentry seer-by-sentry Bot commented May 7, 2026

Fixes CLIENT-32F. The issue was that: GadgetPushButtonInput sends message to a freed parent GameWindow during menu shutdown, causing a write access violation.

  • Added a check to ignore GUI messages during application shutdown.
  • Prevents use-after-free crashes caused by in-flight mouse-enter/leave events while the parent window is being destroyed.

This fix was generated by Seer in Sentry, triggered by x64-dev. 👁️ Run ID: 13508819

Not quite right? Click here to continue debugging with Seer.

@seer-by-sentry seer-by-sentry Bot requested a review from x64-dev May 7, 2026 20:49
@x64-dev x64-dev marked this pull request as ready for review May 7, 2026 20:59
@x64-dev x64-dev merged commit 3eef518 into main May 7, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant